Side navigation
Ticket #3255: clean[5831].diff
File clean[5831].diff, 0.3 KB (added by flesler, August 19, 2008 12:00PM UTC)
For some reason it makes a test fail.. but seems like a feasible solution
Index: src/core.js
===================================================================
--- src/core.js (revision 5831)
+++ src/core.js (working copy)
@@ -1031,6 +1031,9 @@
});
+ // Remove the elements from the temporary div (#3255)
+ jQuery(ret).remove();
+
return ret;
},
Download in other formats:
Original Format
File clean[5831].diff, 0.3 KB (added by flesler, August 19, 2008 12:00PM UTC)
For some reason it makes a test fail.. but seems like a feasible solution
Index: src/core.js
===================================================================
--- src/core.js (revision 5831)
+++ src/core.js (working copy)
@@ -1031,6 +1031,9 @@
});
+ // Remove the elements from the temporary div (#3255)
+ jQuery(ret).remove();
+
return ret;
},